#chatplusview,
#chatplusview.botleft {
position:fixed;
left:10px;
bottom:0;
}

@media screen and (max-width: 768px){
#chatplusview,
#chatplusview.botleft {
left:0;
bottom:0;
}
}
